Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubStyleCollection Class / CopyTo Method / CopyTo(SubStyle[]) Method
An array of type SubStyle serving as the destination for the copy action.


In This Topic
CopyTo(SubStyle[]) Method
In This Topic
Copies the items of the SubStyleCollection to a compatible one-dimensional array of type SubStyle, starting from the first index of the target array.
Syntax
'Declaration
 
Public Overloads Sub CopyTo( _
   ByVal array() As SubStyle _
) 
 
'Usage
 
Dim instance As SubStyleCollection
Dim array() As SubStyle
 
instance.CopyTo(array)

Parameters

array
An array of type SubStyle serving as the destination for the copy action.
See Also